use platform-native appearance of buttons and controls
1
use platform-native appearance of buttons and controls
Tells the browser to draw the element as if it was a platform-native control of the specified type.
| Value | Description |
|---|---|
| Values | |
| button | renders as a button |
| checkbox | renders as a checkbox |
| checkbox-group | renders as a group of checkboxes |
| hyperlink | renders as a hyperlink |
| list-menu | renders the element as list-menu |
| normal | renders the element as normal |
| password | renders as a password field |
| pop-up-menu | renders as a pop-up-menu |
| push-button | renders as a push-button |
| radio-button | renders as a radio-button |
| radio-group | renders as a group of radio buttons |
| textfield | renders as a text field |